home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / com / bbs / server / octb_074 / docs / update.153 < prev   
Encoding:
Text File  |  1997-09-27  |  23.4 KB  |  660 lines

  1. ~ Filefinder should not accept search commands like *.ZIP, *.ARC
  2.   and other things they can generate large mailflow.
  3.  
  4. ~ Better disk-check functions for logfile (Octopus, MAF) because
  5.   they don't exist.
  6.  
  7. ~ Support for Minix partitions/Magic 5 partitions.
  8.  
  9. ~ Better support for the nice 00INDEX files i have on a CdRom from
  10.   the PC.
  11.   
  12.   With a kind of conversion file:        File:13 Strip:20 Desc
  13.   
  14. ~ Folders are eating HD's with large CDROM's and many folders, try
  15.   to look at a new and better (not compatible) method:
  16.  
  17.   - Bundling of FILES.BBS listings
  18.   - Loose .HAS files but use .FBA for list
  19.   - Quicker hashing?!?
  20.   - Quicker keyword search.
  21.   - Lot smaller CD shadow.
  22.   
  23.   Hmmm.... I really see ideas.        (top secret).
  24.   
  25.   Ofcourse the old method should be usable because that's very
  26.   important.
  27.  
  28. ~ Solution for the filefind banner (Jakub Klawiter)
  29.  
  30. ~ LED.NEW updating for messages written by MAF
  31.  
  32. ~ REPLYTO & REPLYADDR use for messages.
  33.  
  34. ~ Support for:        p:\1\
  35.                     p:\2\
  36.                     p:\3\
  37.                 
  38.   Different handling for CD-Rom drive's (needs some tricks in 
  39.   the cd-rom detection).
  40.  
  41. [ MAF 1.53 alpha-10 included in Octopus v0.74 Beta archive ]
  42.     
  43. Update information for MAF 1.53 alpha-10 released at 14 Sep 1997
  44. """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
  45.  
  46. * When no archiver is defined with the MafAllfilesDays  MAF should
  47.   not try to archive them and just let the files stay unpacked.
  48.  
  49.   This is possible if you don't have the 'MafAllfilesDays' 
  50.   statement in your configuration file.
  51.  
  52. * Modified Get_Hashed_file as possible cause of the problems:
  53.  
  54.     void Get_Hashed_filebase (long entrys, char *hashed_file)
  55.     {
  56.         void *dummy_offset;
  57.     
  58.         FILE *ifp;    
  59.     
  60.         if (avail_files + entrys >= (reserved_room - 1))
  61.         {        
  62.             /* while (reserved_room <= (avail_files + entrys))
  63.              * original function which probaly gives problems
  64.              * by Dirk (i hope).
  65.              */ 
  66.             while ((reserved_room - 1) <= (avail_files + entrys))    
  67.                 reserved_room += GROWFACTOR;
  68.     
  69.             if ((dummy_offset = realloc (Entry, reserved_room * sizeof *Entry)) == NULL)
  70.  
  71. Update information for MAF 1.53 alpha-9 released at 25 Jul 1997
  72. """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
  73.  
  74. * Turned internal debug logging off for Dirk & Mike.
  75.  
  76. Update information for MAF 1.53 alpha-8 released at  6 Jul 1997
  77. """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
  78.  
  79. + I think the QWK batch packing problems reported by Mike de Petris
  80.   are now fixed.  
  81.   
  82.   When more packets where created the QWK cache offset pointer was 
  83.   not resetted, that would be the cause of the problems that the QWK 
  84.   header was in the middle of the file.
  85.  
  86. * Modified the main screen, so there's more room for interesting
  87.   information in the future.  Arguments are showed now on the screen
  88.   so you can see what MAF is doing, the log window is 2 lines bigger.
  89.   
  90. * Added:        MafNoCdRomSort     command for the configuration file,
  91.   if used the 'Sort' command will not sort FILES.BBS listings from
  92.   CDROM drives which saves time.
  93.   
  94. ----[ MAF 1.53alpha-5 ]-----------------------------------------------
  95.  
  96. * Long areanames < 80 chars are now supported for messageareas, you
  97.   must use Octopus v0.74alpha-10 or higher when using this MAF 
  98.   version due the changed OCTOPUS.MBI structure.
  99.  
  100. * New statement to save time:        MafNoCdromAllfiles    
  101.  
  102.   If used MAF does NOT create allfiles listings like CDROM.ALL and
  103.   add it (also not when not specified with -CDROM) in allfiles lists
  104.   and packing.
  105.   
  106.   If this isn't flexible enough i can make it more flexible if you
  107.   want but this is (i think) the pretty-est solution.  If you want
  108.   a new CDROM allfiles list, simply disable this statement and
  109.   run MAF again.
  110.  
  111.   So....   no listings from cdrom drives are created if used!
  112.  
  113. * New statement to save more time:    MafNoCdRomStatistics
  114.  
  115.   This is almost the same as above statement, it does tell MAF
  116.   that we don't want statistics from the CDROM drive(s) which
  117.   saves with large cdrom's plenty of time and with bad cdrom's
  118.   you can avoid crashes.
  119.  
  120. ----[ MAF 1.53alpha-4 ]-----------------------------------------------
  121.  
  122. * Fixed small bug in multiple CDROM.SYS use, when more drives are
  123.   attached only one group was available in the 'MafCdRomSysCopy'
  124.   which is solved now.
  125.   
  126.   Reported by Bertil Jagard.
  127.  
  128. ----[ MAF 1.53alpha-3 ]-----------------------------------------------
  129.  
  130. * Fixed 'invalid argument' message while parsing TICKECHO.BBS, 
  131.   nothing was wrong but MAF did internally something unneeded.  
  132.  
  133. * MAF does have an external helpfile called MAF.HLP, you should put
  134.   this file into the BulletinPath (where also TOSENV.HLP and some
  135.   other .HLP files are existing).  The helpfile is also updated.
  136.   
  137. * FULL statistics from all groups are posible now, but you can 
  138.   exclude filegroups (like CDROM etc...) using the following command:
  139.  
  140.       MafTopfiles <days> [<exclude filegroups>] ...
  141.         MafTopfiles 60 -CDROM
  142.         
  143. * Unneeded debugging log in statistics turned off now.
  144.  
  145. * MAF should give more information now during startup when 
  146.   loading the configuration files concerning "Invalid Arguments".
  147.   
  148. * Optional new logfilename:        MafBadArchiveLog <filename>
  149.     
  150.       Example:    MafBadArchiveLog H:\LOGFILES\BAD_ARCH.LOG
  151.     
  152.   (Default the systempath is used for this logfile).
  153.  
  154. ----[ MAF 1.53alpha-2 ]-----------------------------------------------
  155.  
  156. * New feature:    archivecheck            (Dirk likes it!)
  157.   
  158.   Needed configuration file structure:
  159.     
  160.     MafArchiveCheck
  161.     {
  162.           ARC 0 C:\ARC\ARC.TTP "t %n"
  163.     ;
  164.     ;  UNARJ is 9.97 is not usable because it seems that it does 
  165.     ;  not support errorlevels, that makes it impossible to test
  166.     ;  archives by MAF.
  167.     ;
  168.     ;  The old UNARJ 2.30 does support errorlevels but is not
  169.     ;  compatible with new formats (and much slower too :-()
  170.     ;
  171.     ;      ARJ 0 C:\ARC\UNARJ.TTP "t -~pe- %n"
  172.           LZH 0 C:\ARC\LHARC.TTP "t %n"
  173.         ZIP 0 C:\ARC\UNZIP.TTP "-t %n"
  174.     ;
  175.     ;  ZOO does NEED the environment variable: ZOOPAUSE=no
  176.     ;  (otherwise he'll ask you for a keypress!)
  177.     ;
  178.           ZOO 0 C:\ARC\ZOO.TTP "-xN %n"
  179.     }
  180.   
  181.   This archive check does have the following features:
  182.   
  183.       - Uses packers, so all formats are supported if there is a 
  184.         good unpacker.  RAR will be supported if there's a good
  185.         UNRAR (compatible with RAR 2.0 for OS/2 or DOS).
  186.       - Crash-proof, after a crash it does resync to the last file
  187.         so it doesn't check all files again.  (Try it out!)        
  188.      ~ I'm working on CD-ROM support.
  189.         
  190.   I prefer to use UNZIP v5.1 because it has an faster check then
  191.   the more known ST-ZIP 2.6  Because there's only a unpacker from
  192.   it it's not usable for packing.
  193.   
  194.   Sometimes it's possible that the packer does crash while 
  195.   checking an corrupt file (specially ST-ZIP is very sensitive for
  196.   bad archives, UNZIP is less sensitive & faster).
  197.   
  198.   MAF is more intelligent then some other checkers, you can reset
  199.   your computer if needed, no data lost and don't be affraid that
  200.   MAF checks your 999 files before the last corrupt one again. It
  201.   goes further AFTER the last file!
  202.  
  203.   If you are using Mag!C, it's very easy to abort the packer if it's
  204.   going into an endless loop.  Just terminate the process 
  205.   (CTRL-ALT-ESCAPE -> MAF -> DEL) and MAF will notice the last file 
  206.   as BAD.  
  207.  
  208.   All corrupted files are LOGGED into BAD_ARCH.LOG
  209.   
  210.   NOTE:    - Sometimes archives logged as "BAD" don't have to be bad
  211.             allways.  Check manually if needed!
  212.  
  213.         - Self-extracting archives are also not tested, possible 
  214.            this will happen in a later version.
  215.          
  216.          - Files in /Link paths are also currently not checked.
  217.          
  218.          - To stop the archivecheck, delete the file LASTARCH.SYS in
  219.            the systempath otherwise MAF will everytime try to continue
  220.            his job.
  221.          
  222.          - To skip an archive type (like LZH), just comment out the
  223.            archiver in the MafArchiveCheck structure,  MAF will see
  224.            that this type is not installed and ignore all matched
  225.            files.     
  226.  
  227. ----[ MAF 1.52 Beta ; released on 23 Dec 1996 ]-----------------------
  228.  
  229.     ** Tested on QTEL-in, v0.52alpha-1 contains some little
  230.        statistics bugs they are fixed now when more listings
  231.        are created.
  232.  
  233. * Added new configuration file statement for use when Octopus does
  234.   run as MULTILINE BBS (this command is NOT required for single-line
  235.   use and also NOT required if you don't use the cdinf (CDROM.SYS)
  236.   possibility for quicker detecting what cdrom is loaded.
  237.  
  238.       MafCdRomSysCopy    <pathname>
  239.  
  240.   C:\OCTOPUS1\
  241.                   ;    Octopus.cfg
  242.                   ;
  243.                   MafCdRomSysCopy C:\OCTOPUS2\                                
  244.   
  245.   C:\OCTOPUS2\
  246.   
  247.   This command does nothing more then writing a copy in the
  248.   specified pathname, you should specify this command ONLY in
  249.   the configuration which is readed by MAF.
  250.   
  251.   NOTE:        It's VERY important that this command is put BEFORE
  252.               the CdRomAreas commands otherwise it does not work!
  253.   
  254.   At this moment i don't know another good way to detect if the
  255.   BBS is running multiline.  (Dirk, Bertil)
  256.  
  257. * The following configuration file commands have been modified:
  258.  
  259.         MafAllfilesFull [<packer>] [-<group>] [<include file>]
  260.         MafAllfilesAll    ...
  261.         MafallfilesDays ...
  262.         
  263.   It's possible now to add a additionally another ascii text file
  264.   to your allfiles list.   Like the MAGICS.KNO request file from
  265.   Semper.
  266.   
  267.   Example:    MafAllfilesFull ZIP -CDROM H:\SEMPER1\SEMPER\MAGICS.KNO
  268.  
  269.   This feature does also work for the other type filelistings but 
  270.  
  271. * MAF does search now when creating allfiles listing to some
  272.   default banner files.   If a banner file for a group does
  273.   exist then the default one will not be used.
  274.  
  275.   MAIN.BAN            Used for all listings.
  276.   
  277.   xxxxxxx.BAN        Every .ALL file listings can get a different
  278.                       banner file but also included in the ALLFILES.TXT
  279.                       file before every new file group as little
  280.                       information text file.
  281.   
  282.   If you want to keep it easy, use only MAIN.BAN, to have a
  283.   difference between the 'allfiles' list and the group list
  284.   you can use additionally use a xxxxxxxx.BAN file.
  285.   
  286.   Example, you have 2 file groups ATARI, FAN and only one
  287.   banner file called MAIN.BAN
  288.  
  289.         ALLFILES.TXT    ATARI.ALL        FAN.ALL
  290.         ------------    ---------        ----------
  291.         MAIN.BAN        MAIN.BAN        MAIN.BAN
  292.         .....            .....            .....
  293.         files            files            files        
  294.         ....            .....            .....
  295.         
  296.   Now you also have a seperate file for each group like
  297.   ATARI.BAN and FAN.BAN
  298.   
  299.     ALLFILES.TXT    ATARI.ALL        FAN.ALL            NEWFILES.xxx
  300.     ------------    ---------        ----------      ------------
  301.     MAIN.BAN        MAIN.BAN        MAIN.BAN        MAIN.BAN
  302.     ATARI.BAN        ATARI.BAN        FAN.BAN            .....
  303.     .....            .....           .....            files
  304.     files           files           files            .....
  305.     ....            .....            .....
  306.     FAN.BAN
  307.     ....
  308.     files
  309.     ....
  310.   
  311.   To avoid heavy newfiles filelistings with no interesting 
  312.   information only the MAIN banner file is included in that one.
  313.   
  314.   If you already have seperate banner files for each group 
  315.   with the same information you should delete these and only
  316.   use one or two banner files called MAIN.BAN / GROUP.BAN
  317.  
  318.   If you don't have a file called MAIN.BAN then MAF will 
  319.   generate some default information text and put this at the
  320.   same places as where MAIN.BAN is inserted.
  321.   
  322. * New configuration file statement:     MafDayfilesname <name>
  323.  
  324.   This name may only 5 chars long, all other chars are ignored
  325.   because the last 3 chars are required to indicate the number
  326.   of days.
  327.   
  328.   Example:        MafDayfilesname WBBST    (WBBST030.ZIP)
  329.                   MafAllfilesname WILLIES (WILLIES.ZIP)
  330.   
  331. * The commandline "Allfiles 7 30" is possible now, if used the 
  332.   complete ALLFILES, NEWFILES from 7 and 30 days are created.
  333.  
  334. * Modified filename for newfiles listing, the file is named now
  335.   FILES030.ZIP, FILES007.ZIP etc...  instead of NEWFILES.ZIP
  336.   as default.
  337.  
  338. * Disabled Scanning message, takes many time with large systems and
  339.   also if MAF is started from remote side.   If DEBUG is used the
  340.   message is back.
  341.   
  342. * Fixed enlarging newfiles listing problems, the correct newfiles
  343.   list is deleted now which should solve lot's of problems.
  344.   (Old problem from Rolf Sunde and many more).
  345.   
  346. * Fixed statistics in newfiles listings, the wrong values where 
  347.   used (from the full allfiles list).   Thanks Jakub!
  348.  
  349. * MAF 1.51alpha-4 released as Beta
  350.  
  351. ----[ MAF 1.51 alpha-4 ]----------------------------------------------
  352.   
  353. * -mgroup <letter> command supported as in Octopus to avoid the
  354.   stripping of the -group command by Jetmail
  355.   
  356. ----[ MAF 1.51 alpha-3 ]----------------------------------------------
  357.  
  358. * New configuration file statement:        LayoutPath
  359.  
  360.   MAF want that all .TOP and .LAY files are existing in this
  361.   path (..\LAYOUTS = default).   This should solve all troubles
  362.   about the things where MAF should find his files.
  363.  
  364.   You can also remote the full path to layout files in the
  365.   "Mafstatistics" commands.   That makes life a little bit easyer.
  366.         
  367. ----[ MAF 1.51 alpha-2 ]----------------------------------------------
  368.  
  369. + New AREAS.BBS/TICKECHO.BBS statement:        -ExcludeBBS
  370.  
  371.   When this is specified for a file or message area Octopus and MAF
  372.   will ignore the following file/message area.
  373.  
  374. ----[ MAF 1.51 alpha-1 ]----------------------------------------------
  375.  
  376. * MenuPath and Bulletin path are both checked now if they really
  377.   exist, when not they will be created.
  378.   
  379. ----[ MAF 1.50 Beta ]-------------------------------------------------
  380.  
  381. * Arguments are logged now, makes it easyer to track what MAF did.
  382.  
  383. * The file FILEFIND.HLP may be placed now in the BulletinPath, if
  384.   you don't do this MAF will look in the systempath.   
  385.  
  386. ----[ Bugfixes in MAF 1.50 alpha-5 ]----------------------------------
  387.  
  388. * Modified TICKECHO/AREAS.BBS parsing a little bit, it's allowed
  389.   now to place the -Options line BEFORE the -Group statement.
  390.   
  391.   I never thought this was allowed but it was... sorry guys!
  392.  
  393. ----[ Bugfixes in MAF 1.50 alpha-4 ]----------------------------------
  394.  
  395. + New configuration command:    QwkCommand
  396.     
  397.   If used MAF will not process longer QWK packets everytime on 
  398.   random moments.  Only when started with "Qwk".
  399.  
  400.   MAF "Qwk"  will result in a QWK batchpack (ONLY if the time from
  401.   the last pack is experied! otherwise you'll get a lot packets
  402.   when MAF is started repeatly with QWK.
  403.  
  404. * Added "<desc>" for Filefinder as search option, for Jakub Klawiter
  405.  
  406. * Undescribed files are showed correctly now in the filefinder,
  407.   found by Jakub Klawiter
  408.  
  409. * Null pointer in statistics did hang MAF, cause of Problems was
  410.   not MAF but Octopus for a wrong file area number.  Fixed in
  411.   Octopus v0.72alpha-8
  412.  
  413. ----[ Bugfixes in MAF 1.50 alpha-3 ]-----------------------------------
  414.  
  415. * Statistic debugging info enabled when "Debug" is used.
  416.  
  417. ----[ Bugfixes in MAF 1.50 alpha-2 ]-----------------------------------
  418.  
  419. * -Options /Internet does work correctly now...   if you don't believe
  420.   it do run MAF with the debug command.    (for Octopus too!)
  421.  
  422. ----[ Bugfixes in MAF 1.50 alpha-1 ]-----------------------------------
  423.  
  424. * Heavy QWK fatal bombing problem fixed if the QwkCache was used
  425.   for batch packing when more bundles where created.  
  426.  
  427.   It's the first time i've seen this on my system but you all will
  428.   probaly got it more repeatly :-(
  429.  
  430. ----[ Bugfixes in MAF 1.49 alpha-2 ]-----------------------------------
  431.  
  432. * When using the DEBUG statement MAF will log now the opened FILES.BBS
  433.   listings for Rich Tietjens.
  434.  
  435. * Fixed bug during QWK packing, when no archiver was selected or
  436.   no compression, the fallback to ZIP or LZH didn't work.
  437.  
  438. * Fixed heavy bug in QWK batch-packing, MAF doesn't pack longer 
  439.   everyday a new packet when the QREQUEST.SYS file was editted
  440.   using "EditQwkRequest".
  441.   
  442.   Thanks to Dirk, Rick, Rich, Martin and all the other users.
  443.  
  444.   The reason why it did work so heavy was that MAF didn't update 
  445.   the new time field correctly with as result heavy packing.
  446.  
  447. * The calculated Magic ID for CDRomAreas is correctly now after a
  448.   Make, with some Cd-Rom's the ID was one digit different.
  449.   
  450. ----[ Bugfixes in MAF 1.49 alpha-1 ]-----------------------------------
  451.  
  452. * Cdinf didn't work anymore due the whole code was missing, fixed
  453.   and thanks to Kim for this.   (We've meet eachother in Luedge)
  454.  
  455. ----[ Bugfixes in MAF 1.48 alpha-4 ]-----------------------------------
  456.  
  457. * Added more debug log for Gerrit Zweers concerning statistics.
  458.  
  459. ----[ Bugfixes in MAF 1.48 alpha-3 ]-----------------------------------
  460.  
  461. * Added debug log for QWK batch-pack troubles.
  462.  
  463. ----[ Bugfixes in MAF 1.48 alpha-2 ]-----------------------------------
  464.  
  465. * Multiple QWK jobs are processed correctly now, the 2nd job was
  466.   skipped and/or did heavy bomb.      reported by Gerrit Sweers
  467.   
  468. * Modified format of QREQUEST.SYS file a little bit, it should not
  469.   happen in any troubles, the maximum number of messages and days
  470.   are supported now.
  471.  
  472. * Fixed troubles in -Options line.
  473.  
  474. ----[ Bugfixes in MAF 1.48 alpha-1 ]-----------------------------------
  475.  
  476. * Fixed small bug in configuration file functions as in Octopus.
  477.  
  478. ----[ Bugfixes in MAF v1.47 alpha-11 ]---------------------------------
  479.  
  480. * alpha-11 released as MAF 1.47 Beta
  481.  
  482. ----[ Bugfixes in MAF v1.47 alpha-10 ]---------------------------------
  483.  
  484. * New configuration file statement added:    FullNewFilesIgnore
  485.  
  486.   You can specify here file groups they should been ignored in
  487.   MAF and OCTOPUS when doing a newfiles listing.  Specially for
  488.   CD-ROM's this can be very handy because some disc's does have
  489.   files with a terrible wrong date.
  490.   
  491.   Example:    FullNewFilesIgnore CDROM1 CDROM2 CDROM3
  492.  
  493. ----[ Bugfixes in MAF v1.47 alpha-9 ]---------------------------------
  494.  
  495. * Trimmed macro's are added.
  496.  
  497. ----[ Bugfixes in MAF v1.47 alpha-8 ]---------------------------------
  498.  
  499. * Thanks to Rich for the report that undescribed files are announced
  500.   with a wrong file description.     Fixed!
  501.  
  502. * Whoops... Filefind does work again, a few lines code at the end of
  503.   a module where lost...   added again so the filefind is back.
  504.  
  505. * The request is written now in the subject line, and FileFindFrom
  506.   does work correctly now when used.   Thanx Irek!
  507.  
  508. ----[ Bugfixes in MAF v1.47 alpha-7 ]---------------------------------
  509.  
  510. * The Sort function does work now with extended file descriptions!
  511.  
  512.   This wasn't so difficult as i thought, but i advice to make first
  513.   a backup using the "Backup" argument for safety.  As you know the
  514.   sort function is very fast.
  515.  
  516. * Missing does also work correctly now with extended file desc's.
  517.  
  518. ----[ Bugfixes in MAF v1.47 alpha-6 ]---------------------------------
  519.  
  520. * Yeah!  Added AreasBBSgroups in the same way now as TickEchoGroups,
  521.   i think Dirk will like this very much ;-))   The -Options line is
  522.   also supported now.
  523.  
  524. * Fixed address bug, i didn't fix it in GetAreasBBSGroup as in 
  525.   alpha-3, whoops!            (Bug is fixed in Octopus v68a6 too!)
  526.  
  527. ----[ Bugfixes in MAF v1.47 alpha-5 ]---------------------------------
  528.  
  529. * Better & faster support for TickEchoGroup, see UPDATE.067
  530.  
  531. ----[ Bugfixes in MAF v1.47 alpha-4 ]---------------------------------
  532.  
  533. * Fixed fatal bug in this MAF version and Octopus v0.68alpha-4
  534.  
  535.   When no address alias was specified in a message group or with
  536.   the AreasBBSGroup MAF and Octopus could bomb while writing a
  537.   message.
  538.   
  539.   It's possible (although i didn't know) to specify an address
  540.   alias with the AreasBBSGroup statement (like you do in a 
  541.   message group).
  542.   
  543.   Like:    AreasBBSgroup n NeST "NeST echomail" /NeST /Favoured.
  544.   
  545.   When no address alias is used in Octopus and MAF now, the
  546.   address is set to the first (default) one.
  547.   
  548.   This bug did result in heavy bombing here when some users
  549.   or MAF tried to write a message.
  550.  
  551. ----[ Bugfixes in MAF v1.47 alpha-3 ]---------------------------------
  552.  
  553. * Statistics for Local and Netmail are working correctly now, they
  554.   where swapped in my source code.
  555.  
  556. * Daily QWK packing is supported now, MAF will create automatically
  557.   every new day a new QWK packet.  
  558.   
  559.   Extra check for users they don't download their packets will
  560.   follow and will result that their job will be cancelled after xx
  561.   times.
  562.  
  563. * Small bug fixed when creating allfiles, areas with no new files
  564.   are not longer listed in the NEWFILES.xxx list.
  565.   
  566. * ET4000*.* in Filefind results that ET.GIF is also a valid file
  567.   but it isn't (See Checkwildcards).        Fixed!!!   And
  568.   A*.DOC does not allow longer ALICE.JPG
  569.     
  570. ----[ Bugfixes in MAF v1.47 alpha-2 ]---------------------------------
  571.  
  572. * FileFindFrom and FileFindSubject are working now,  when not used
  573.   MAF will use their defaults.
  574.  
  575. ----[ Bugfixes in MAF v1.47 alpha-2 ]---------------------------------
  576.  
  577. * Fixed bug when using AreasBBSGroup with "Bigger" BBS's with
  578.   a lot of downlinks like Paul and Ton. Octopus did interprete
  579.   the downlinks as arguments and override the internal limits.
  580.  
  581.   Fixed bug too when TickEchoGroup is used.
  582.  
  583. ----[ Bugfixes in MAF v1.47 alpha-1 ]---------------------------------
  584.  
  585. * The message area type field was not resetted to ECHOMAIL when the
  586.   AREAS.BBS file was used.
  587.  
  588. * QWK batchpack message should have now again the correct To: 
  589.   address.
  590.  
  591. * CdInf does work correctly now in MAF and Octopus, MAF did write
  592.   a file with the wrong size (changed in Octopus but forgetten in
  593.   MAF) and Octopus didn't work well with more cdrom drives.
  594.     
  595. ----------------------------------------------------------------------
  596.  
  597. Hi!
  598.  
  599. This part describes about the new MAF 1.46 beta version!
  600.  
  601. See for uptodate information the OCTOPUS.HYP file of 28 Oct 1995
  602. because i've explained it there more then enough.
  603.  
  604. Enjoy!
  605.               Koos
  606.               
  607. ----[ New features in MAF v1.46 ]-------------------------------------
  608.  
  609. * Added Allfix compatible Filefinder (also compatible with the
  610.   atari filefinder) see OCTOPUS.HYP
  611.  
  612. * Added more flexible file announcing, OCTOPUS.HYP
  613.   
  614. * At request of several users te NEWFILES.xxx is added, this file
  615.   is simulair to the ALLFILES.TXT but does only contain the new
  616.   files since the last xx days.
  617.   
  618.   The security is configurable with the AllfilesFull command and
  619.   not with the AllfilesDays, that command is for the created files
  620.   like  <group name>.<days> like ATARI.030
  621.   
  622.   MafAllfilesAll    <group>.ALL files only
  623.   MafAllfilesDays    <group>.xxx files only
  624.   MafAllfilesFull    ALLFILES.TXT and NEWFILES.xxx files only
  625.  
  626. ----[ Changes in MAF v1.46 ]------------------------------------------
  627.  
  628. * MAF doesn't delete longer the ALLFILES.TXT when started the
  629.   second time.
  630.  
  631. ----[ Bugfixes in MAF v1.46 ]-----------------------------------------
  632.  
  633. * When the Octopus environment variable wasn't set, the startup
  634.   path for creating CDROM_xx.CFG files was not correctly.  Fixed.
  635.  
  636.   The environment is not allways used in Multiline environment.
  637.  
  638. * A few bugs are fixed in the default banner for allfiles listings,
  639.   the point number is correctly now, all AKA's are listed now and
  640.   all the other info you need.
  641.  
  642. * When a full pathname was used in the CdromAreas statement,
  643.   MAF did bomb heavy.
  644.  
  645. * Allfiles are possible now when the pathname is specified in the
  646.   CdRomAreas statement.
  647.  
  648. * Fixed small beauty problems with descriptions and file descriptions,
  649.   i was suprised that none did ask me why all normal descriptions 
  650.   where left outlined :-)
  651.  
  652. * Added extra synchronisation check for the MAILSCAN.SYS, it looks
  653.   that MAF or Octopus doesn't update this file correctly.  While
  654.   doing a re-hash this is fixed automatically now.
  655.  
  656. * When the OutboundPath isn't defined MAF will not create QWK
  657.   packets.  
  658.  
  659. ----[ End UPDATE.146 for MAF 1.46 Beta ]------------------------------
  660.